.clearfix:after{
    display: block;
    content: '';
    clear: both;
}
button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner{ border:none; padding:0;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
*{
    box-sizing: border-box;
}
a{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@font-face {
    font-family: 'ziti';
    src: url("../img/impact.ttf");
}

.padding{
    padding:65px 0;
}
.transi{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.img_jz{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.img_cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_container{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.textover{
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.left{
    float: left;
}
.right{
    float: right;
}

.sbanner{
    width: 100%;
    height:350px;
    background: url('../img/s-banner.jpg') no-repeat center;
}
.allcrumbs{
    line-height: 50px;
    background: #fff;
    border-bottom: 1px solid #efefef;
}
.allcrumbs .warpper{
    line-height: 50px;
    font-size:14px;
    color:#707276;
}
.allcrumbs .warpper a{
    color:#707276;
}
.allcrumbs span{
    font-size:14px;
}
.about{
    width: 100%;
    position: relative;
    padding: 70px 0;
    background: url("../img/about-bg.png") no-repeat center center;
}
.about h3{
    color: #333333;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}
.info-title{
    color: #333333;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}
.about .con{
    padding-top: 60px;
    width: 950px;
    margin: 0 auto;
}
.about .con p{
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}
.about .con img{
    display: block;
    margin: 0 auto;
}
/*头部*/
.top{
    width: 100%;
    position: relative;
    height: 100px;
}
.logo{
    float: left;
    padding-top: 20px;
}
.top-nav{
    float: right;
}
.top-nav ul li{
    float: left;
    width: 100px;
    line-height: 100px;
    text-align: center;
}
.top-nav ul li a{
    color: #333333;
    font-size: 16px;
}
.top-nav ul li:hover a{
    color: #0056ae;
}
.top-nav ul li a.active{
    color: #0056ae;
}
.banner{
    position: relative;
    width: 100%;
    height: 700px;
}
.banner .swiper-container{
    width: 100%;
    height: 100%;
}
.banner .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.banner .swiper-slide{
    width: 100%;
    height: 100%;
}
.banner .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.banner .swiper-pagination{
    bottom:30px;
}
.banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #fff;
    opacity: .5;
}
.banner .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
/*search*/

.searchbg{
    height: 84px;
    width: 100%;
    background: url("../img/sea-bg.jpg") no-repeat center center;
}
.sea-tel{
    float: left;
    background: url("../img/s-tel.png") no-repeat center left;
    padding-left: 55px;
    margin-top: 15px;
}
.sea-tel p{
    color: #fff;
    font-size: 18px;
}
.sea-tel strong{
    color: #fff;
    font-size: 24px;
    display: block;
    margin-top: -5px;
}
.hotline{
    margin-left: 150px;
    float: left;
    line-height: 85px;
}
.hotline span{
    color: #fff;
    font-size: 14px;
}
.hotline a{
    color: #fff;
    font-size: 14px;
}

.searchborder{
    float:right;
    position: relative;
    height: 48px;
    width: 360px;
    background: #fff;
    margin-top: 20px;
    border-radius: 24px;
}

.searchborder input[type=text]{
    color: #5a5a5a;
    width: 100%;
    border: 0;
    position: absolute;
    background: none;
    top: 0;
    left: 0;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    text-indent: 20px;
    padding-right: 75px;
}
.searchborder .search_s{
    border: 0;
    position: absolute;
    top: 13px;
    width: 23px;
    height: 24px;
    right:20px;
    background: url("../img/sea.png") no-repeat center center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.searchborder input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color: rgba(0,0,0,0.4);
    font-size:14px;
}

.searchborder input:-moz-placeholder,textarea:-moz-placeholder{
    color: #5a5a5a;
    font-size:14px;
}

.searchborder input::-moz-placeholder,textarea::-moz-placeholder{
    color: #5a5a5a;
    font-size:14px;
}
.searchborder input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color: #5a5a5a;
    font-size:14px;
}
/*首页*/
.index1{
    width: 100%;
    position: relative;
    padding: 55px 0 80px 0;
}
.index-title{
    text-align: center;
}
.index-title p{
    color: #efefef;
    font-size: 70px;
    font-family: ziti;
    text-transform: uppercase;
}
.index-title h3{
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    margin-top: -60px;
}
.index-title h4{
    color: #333333;
    font-size: 18px;
    padding-top: 10px;
}
.index1-type{
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.index1-type ul{
    width: 100%;
    text-align: center;
}
.index1-type ul li{
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    border: 1px solid #282828;
    margin-right: 26px;
}
.index1-type ul li:last-child{
    margin-right: 0;
}
.index1-type ul li a{
    color: #282828;
    font-size: 16px;
}
.index1-type ul li:hover{
    background: #0056ae;
    border: 1px solid #0056ae;
}
.index1-type ul li.active{
    background: #0056ae;
    border: 1px solid #0056ae;
}
.index1-type ul li.active a{
    color: #fff;
}
.index1-type ul li:hover a{
    color: #fff;
}
.index1-list{
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.index1-list ul li{
    width: 380px;
    height: 390px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.index1-list ul li:nth-child(3n){
    margin-right: 0;
}
.index1-list ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.index1-list .pro-img{
    width: 100%;
    height: 310px;
    overflow: hidden;
}
.index1-list .pro-img img{
    transition: all .6s;
}
.index1-list .pro-tit{
    line-height: 80px;
    background: #f8f8f8;
    text-align: center;
    color: #282828;
    font-size: 20px;
    position: relative;
    z-index: 100;
}
.index1-list .pro-tit:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0056ae;
    bottom: 0;
    z-index: 10;
}
.index1-list ul li:hover .pro-tit{
    color: #fff;
    text-align: left;
    text-indent: 25px;
    background: #0056ae url("../img/p-jt.png") no-repeat center right 25px;
}
.index1-list ul li:hover .pro-img img{
    transform: scale(1.03,1.05);
}
/*公司简介*/
.index2{
    width: 100%;
    position: relative;
    padding: 60px 0 77px 0;
    background: #f2f6fb;
}
.index2-center{
    width: 100%;
    position: relative;
    padding-top: 50px;
}
.index2-left{
    float: left;
    width: 513px;
}
.index2-left h3{
    color: #333333;
    font-size: 26px;
    font-weight: bold;
    position: relative;
}
.index2-left h3:before{
    display: block;
    content: '';
    width: 42px;
    height: 42px;
    position: absolute;
    left: -20px;
    top: -10px;
    background: url("../img/c1.png") no-repeat center center;
}
.index2-tit{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-top: 33px;
    padding-bottom: 48px;
}
.index2-left a{
    display: block;
    width: 156px;
    height: 48px;
    background: #0056ae url("../img/p-jt.png") no-repeat center right 28px;
    text-indent: 31px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.index2-left a:hover{
    background: #16b84b url("../img/p-jt.png") no-repeat center right 28px;
}
.index2-right{
    width: 655px;
    height: 365px;
    float: right;
    background: url("../img/c-line.png") no-repeat top right;
}
.index2-right .c-img{
    float: right;
    width: 575px;
    height: 331px;
    overflow: hidden;
    margin-right: 30px;
    margin-top: 30px;
}
/*新闻中心*/
.index4{
    width: 100%;
    position: relative;
    padding: 60px 0 125px 0;
}
.index4-center{
    width: 100%;
    position: relative;
    padding-top:60px;
}
.index4-left{
    float: left;
    width: 495px;
    position: relative;
}
.n1-img{
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.n1-time{
    position: absolute;
    left: 0;
    top: 0;
    width: 82px;
    height: 83px;
    background: #0056ae;
    text-align: center;
    z-index: 100;
}
.n1-time strong{
    color: #fff;
    font-size: 48px;
    display: block;
    margin-top: -5px;
}
.n1-time p{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: -10px;
}
.n1-tit{
    padding-top: 36px;
}
.n1-tit h3{
    color: #000000;
    font-weight: bold;
    font-size: 22px;
}
.n1-tit p{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    padding: 17px 0 54px 0;
}
.n1-tit span{
    display: block;
    width: 97px;
    color: #0056ae;
    font-size: 18px;
    font-weight: bold;
    background: url("../img/n-jt.png") no-repeat center right;
}
.index4-left:hover .n1-tit h3{
    color: #0056ae;
}
.index4-left:hover .n1-time{
    background: #16b84b ;
}
.index4-right{
    width: 655px;
    float: right;
}
.index4-right ul li{
    width: 100%;
    padding: 25px 0;
    margin-bottom: 15px;
}
.n2-time{
    width: 121px;
    height: 82px;
    border-right: 1px solid #ebebeb;
    text-align: center;
    float: left;
}
.n2-time strong{
    display: block;
    color: #cacaca;
    font-size: 60px;
    margin-top: -5px;
}
.n2-time p{
    color: #cacaca;
    font-size: 16px;
    margin-top: -15px;
    font-weight: bold;
}
.n2-tit{
    float: right;
    width: 468px;
    margin-right: 35px;
}
.n2-tit h3{
    color: #323232;
    font-size: 22px;
}
.n2-tit p{
    color: #656565;
    font-size: 14px;
    line-height: 24px;
    padding-top: 13px;
}
.index4-right ul li:hover{
    background: #f2f6fb;
}
.index4-right ul li:hover .n2-time strong,.index4-right ul li:hover .n2-time p,.index4-right ul li:hover .n2-tit h3{
    color: #0056ae;
}
/*案例展示*/
.index5{
    width: 100%;
    position: relative;
    padding: 60px 0 77px 0;
    background: #f2f6fb;
}
.anli-list{
    width: 100%;
    position: relative;
    padding-top: 40px;
}
.anli{
    width: 100%;
}
.anli a{
    display: block;
    width: 100%;
    height: 100%;
}
.case-img{
    width:380px;
    height: 320px;
    overflow: hidden;
}
.case-tit{
    line-height: 70px;
    text-align: center;
    background: #fff;
    color: #282828;
}
.anli a:hover .case-tit{
    color: #fff;
    text-align: left;
    text-indent: 25px;
    background: #0056ae url("../img/p-jt.png") no-repeat center right 25px;
}
.c-next{
    width: 60px!important;
    height: 60px!important;
    right: -100px!important;
    background: url("../img/c-next.png") no-repeat center center;
}
.c-next:hover{
    background: url("../img/c-next-h.png") no-repeat center center;
}
.c-next:after{
    display: none;
}
.c-prev{
    width: 60px!important;
    height: 60px!important;
    left: -100px!important;
    background: url("../img/c-prev.png") no-repeat center center;
}
.c-prev:after{
    display: none;
}
.c-prev:hover{
    background: url("../img/c-prev-h.png") no-repeat center center;
}

/*footer*/
.footer{
    width: 100%;
    position: relative;
    background: #282828;
}
.f-nav{
    width: 100%;
    height: 60px;
    line-height: 60px           ;
    background: url("../img/f-line.png") no-repeat center bottom;
}
.f-nav ul li{
    float: left;
    width: 200px;
    text-align: center;
    background:url("../img/f-line1.png") no-repeat center right;
}
.f-nav ul li:last-child{
    background: none;
}
.f-nav ul li a{
    color: #919191;
    font-size: 16px;
}
.f-nav ul li:hover a{
    color: #fff;
}
.f1{
    width: 420px;
    float: left;
    margin-top: 45px;
}
.f1 h3{
    color: #919191;
    font-size: 24px;
}
.f1 h3 span{
    font-size: 18px;
    text-transform: uppercase;
}
.mes{
    width: 100%;
    margin-top: 30px;
}
.mes input{
    display: block;
    width: 200px;
    height: 42px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #242424;
    float: left;
    text-indent: 10px;
    color: #fff;
    font-size: 14px;
}
.mes input::-webkit-input-placeholder{
    color: #fff;
    opacity: 0.4;
}
.mes textarea{
    width: 410px;
    height: 85px;
    background: #242424;
    color: #fff;
    line-height: 42px;
    text-indent: 10px;
}
.mes textarea::-webkit-input-placeholder{
    color: #fff;
    opacity: 0.4;
}
.mes .verify{
    width: 200px;
    float: left;
    height: 40px;
    margin-top: 2px;
}
.mes .verify img{
    display: block;
    width: 100%;
    height: 100%;
}
.mes .submit{
    display: block;
    width: 200px;
    height: 43px;
    background: #0058d1;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.mes .submit:hover{
    background: #16b84b;
}
.f2{
    float: right;
    /*width: 630px;*/
    width: 360px;
    margin-top: 45px;
}
.f2 h3{
    color: #919191;
    font-size: 24px;
}
.f2 h3 span{
    font-size: 18px;
    text-transform: uppercase;
}
.f2-center{
    background: #242424;
    padding: 28px 35px 28px 50px;
    margin-top: 30px;
}
.f2-left{
    float: left;
}
.f2-left p{
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-indent: 30px;
    opacity: 0.5;
}
.f2-left p:nth-child(1){
    background: url("../img/f1.png") no-repeat center left;
}
.f2-left p:nth-child(2){
    background: url("../img/f2.png") no-repeat center left;
}
.f2-left p:nth-child(3){
    background: url("../img/f3.png") no-repeat center left;
}
.f2-left p:nth-child(4){
    background: url("../img/f4.png") no-repeat center left;
}
.f2-left p:nth-child(5){
    background: url("../img/f5.png") no-repeat center left;
}
.f2-left p:nth-child(6){
    background: url("../img/f6.png") no-repeat center left;
}
.f2-right{
    width: 179px;
    float: right;
    text-align: center;
}
.f2-right img{
    display: block;
    width: 179px;
    height: 179px;
    margin-top: 12px;
}
.f2-right p{
    color: #a0a0a0;
    font-size: 16px;
    padding-top: 15px;
}
.fot_botbg{
    margin-top: 40px;
    line-height: 70px;
    background: url("../img/f-line.png") no-repeat center top;
}
.fot_bot p{
    color: #7e7e7e;
    float: left;
    font-size: 14px;
}
.fot_bot p a{
    color: #7e7e7e;
    font-size: 14px;
}
.fot_bot>a{
    float: right;
    color: #7e7e7e;
    font-size: 14px;
}
/*产品详情*/
.info-pro{
    width: 100%;
    padding: 50px 0;
    position: relative;
}
.info-pro-center{
    margin-top: 60px;
}
.info-pro-left{
    width: 430px;
    float: left;
}
.infopro{
    width: 100%;
    position: relative;
}
.info-pic{
    width: 100%;
    height: 357px;
}
.newsPage{
    width: 100%;
    margin-top: 40px;
}
.newsPage .page-a{
    display: block;
    border: 1px solid #efefef;
    line-height:60px;
    text-indent: 20px;
    color: #686868;
    font-size: 16px;
}
.page-a a{
    color: #b5b5b5;
}
.page-a a:hover{
    color: #0055af;
}
.info-pro-right{
    float: right;
    width: 725px;
}
.info-pro-right h3{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0055af;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-indent: 20px;
}
.info-pro-tit{
    padding-top: 25px;
}
.info-pro-tit p{
    line-height: 30px;
    color: #707276;
    font-size: 16px;
}
.info-pro-tit table{
    width: 100% !important;
    border-collapse: collapse;
}
.info-pro-tit table tr td{
    line-height: 30px;
    color: #707276;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #aaa9a9!important;
    text-align: center;
    font-size: 16px!important;
}



/*indexform*/
.indexformbg{
    background: #1655bc;
    padding:27px 0;
}
.indexformbg .warpper>p{
    font-size: 15px;
    color: #fff;
    margin-bottom: 18px;
}
#indexform input,#indexform textarea,#indexform .code{
    float:left;
    margin-right:6px;
    margin-bottom: 6px;
    line-height: 40px;
    height: 40px;
    padding-left: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 247px;
    font-size: 14px;
    color:#737373;
    background: #fff;
}
#indexform input::placeholder,#indexform textarea::placeholder{
    font-size: 14px;
    color:#737373;
}
#indexform input:nth-of-type(2){
    margin-right: 0;
}
#indexform textarea{
    width: 100%;
    height: 125px;
    overflow: hidden;
}

#indexform .code{
    width: 100%;
    margin-right:0;
}
#indexform .code input{
    float: left;
    width: 245px;
    border: none;
    padding-left: 0;
    margin-right: 0;
}
#indexform .verify{
    float:right;
    height: 34px;
    padding-top: 3px;
    padding-right: 3px;
}
#indexform .verify img{
    height: 100%;
}
#indexform .submit{
    display: block;
    text-align: center;
    color: #fff;
    float:left;
    width: 100%;
    font-size: 18px;
    background: #4c9417;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
#indexform .submit:hover{
    background: #197a54;
}


.cbl {
    width: 67px;
    position: fixed;
    right: 50px;
    top: 44%;
    z-index: 3333;
    border-bottom:none;
}

.cbl.active {
    display: none;
}

.cbl li {
    transition: 0.4s ease-in-out;
    height: 67px;
    width: 67px;
}

.cbl span {
    transition: 0.2s ease-in-out;
    display: inline-block;
    height: 67px;
    width: 67px;
    text-align: center;
    background: #0f3c8b;
    box-sizing: border-box;
    font-size: 12px;
    color: white;
    position: relative;
    padding-top: 43px;
    border:1px solid #e6e6e6;
    border-bottom:none;
}

.cbl span i {
    transition: 0.4s ease-in-out;
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 30px;
}
.cbl li.tel span{
    background: #fff url("../img/s2.png") no-repeat center top 16px;
}
.cbl li.tel:hover span{
    background: #4c9417 url("../img/s22.png") no-repeat center top 16px;
}
.cbl li.kefu span{
    background: #fff url("../img/s3.png") no-repeat center top 16px;
}
.cbl li.kefu:hover span{
    background: #4c9417 url("../img/s33.png") no-repeat center top 16px;
}
.cbl li.email span{
    background: #fff url("../img/s4.png") no-repeat center top 16px;
}
.cbl li.email:hover span{
    background: #4c9417 url("../img/s44.png") no-repeat center top 16px;
}
.cbl li.weixin span{
    background: #fff url("../img/s5.png") no-repeat center top 16px;
}
.cbl li.weixin:hover span{
    background: #4c9417 url("../img/s55.png") no-repeat center top 16px;
}
.cbl li.fd span{
    background: #fff url("../img/s6.png") no-repeat center;
    border-bottom:1px solid #e6e6e6;
}
.cbl li.fd:hover span{
    background: #4c9417 url("../img/s66.png") no-repeat center;
}
.cbl li.fd span .fir{
    font-size:12px;
}

.cbl span .fir {
    font-size:14px;
    color:#4e4e4e;
    text-align:center;
}
.cbl li:hover span .fir{
    color:#fff;
}

.cbl li aside {
    position: absolute;
    right: 76px;
    top: 0;
    padding:0 10px;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    transform:rotateX(-90deg);
    transition: all .2s linear 0s;
    display: inline-block;
    vertical-align: top;
    background: #4c9417;
    box-sizing: border-box;
    font-size: 16px;
    color: white;
    white-space: nowrap;
    font-family: ziti2;
}
.cbl li aside.ex{
    padding: 10px;
}
.cbl li aside img{
    width: 100px;
}
.cbl li:hover aside{
    transform:rotateX(0);
    opacity: 1;
    visibility: visible;
}
.cbl li aside:after{
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 8px solid #4c9417;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
}
.cbl .xun{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #4a9017 url("../img/xun.png") no-repeat center;
    margin:12px auto 0 auto;
}
.cbl .xun:hover{
    background: #197a54 url("../img/xun.png") no-repeat center;
}



.inner-pro-des{
    float: right;
    width: 910px;
}
.inner-pro-des  .title{
    text-align:center;
    font-size:22px;
    font-weight: 700;
    color:#333333;
    margin-top: 30px;
}
.des-biao{
    height:40px;
    background: #fff;
    margin:30px 0 10px 0;
}
.des-biao span{
    display: inline-block;
    padding:0 30px;
    font-weight: 700;
    color:#fff;
    font-size:14px;
    line-height: 40px;
    background: #4c9417;
}
.pro-inner-des{
    background: #fff;
    font-size:14px;
    color:#707070;
    line-height: 28px;
    padding:15px;
}
.pro-inner-des img{
    max-width: 100%;
}
.parm table{
    width: 100%;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}
.parm table th{
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #e5e5e5;
    background: #eee;
}
.parm table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #e5e5e5;
}

.pro-inner-des table{
    width: 100%;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}
.pro-inner-des table th{
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #e5e5e5;
    background: #eee;
}
.pro-inner-des table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #e5e5e5;
}
.info-left {
    width: 100%;
    height: 391px;
    position: relative;
}
.gallery-top2 {
    height: 100%;
    width: 480px;
    float: left;
    border: 1px solid #e5e5e5;
}
.info-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}
.swiper-pagination-prodes .swiper-pagination-bullet-active {
    background: #0b6328;
}
.info-right{
    width: 391px;
    position: absolute;
    top: 0;
    right: 0;
}
.info-right h3{
    color: #454545;
    font-size: 24px;
    height: 50px;
}
.info-right .line{
    width: 100%;
    height: 1px;
    background: #dedede;
    margin: 2% 0 6% 0;
    position: relative;
}
.info-right .line i {
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    background: #0b6328;
    left: 0;
    top: -1px;
}
.info-right small{
    color: #8e8e8e;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding-top: 22px;
}
.info-right a{
    display: block;
    float: left;
    background: #0656a9 url(../img/all-a-more-bg1.png) no-repeat right 30px center;
    color: #fff;
    margin-top: 60px;
    border:2px solid #0656a9;
}
.info-right a:hover{
    background: #ff8322 url(../img/all-a-more-bg1.png) no-repeat right 30px center;
    border:2px solid #ff8322;
}

.inpro-tel{
    margin-top:60px;
}
.inpro-tel a{
    display: block;
    float: left;
}
.inpro-tel img{
    display: block;
    float: left;
    margin-right: 10px;
}
.inpro-tel p{
    color: #b5b5b5;
    font-size: 14px;
}
.inpro-tel strong{
    color:#0b6328;
    font-size: 25px;
    font-family: ziti2;
    font-weight: normal;
    line-height: 30px;
    display: block;
}
.info-right .des{
    font-size: 14px;
    color: #666666;
    position: relative;
}
.info-right .des span{
    display: block;
    line-height: 30px;
}
.bg{
    background: #f4f4f4;
}

.company-shili{
    float: left;
    width: 370px;
    margin-right: 45px;
    cursor: pointer;
}
.company-shili:nth-child(3n){
    margin-right: 0;
}
.company-shili:nth-child(-n+3){
    margin-bottom: 45px;
}
.company-shili .imgbox{
    width: 100%;
    height: 250px;
}
.company-shili .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company-shili  .title{
    width: 100%;
    line-height: 60px;
    text-align:center;
    background: #FFF;
    font-size:16px;
    color:#333;
    border-bottom:2px solid #dddddd;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.company-shili:hover  .title{
    color:#fff;
    background: #0055af;
}

.news-inner-list{
    float: left;
    width: 595px;
    margin-right: 10px;
    padding:20px;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #eee;
}
.news-inner-list:nth-child(2n){
    margin-right:0;
}
.news-inner-list:hover{
    box-shadow: 0px 0px 10px #e6e6e6;
}
.news-inner-list .imgbox{
    width: 205px;
    height: 156px;
    float: left;
}
.news-inner-list .text{
    width: 330px;
    float: right;
}
.news-inner-list .text .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:20px;
    font-weight: 700;
    color:#333;
}
.news-inner-list .text .con{
    line-height: 24px;
    color:#666;
    font-size:14px;
    margin-bottom: 26px;
    margin-top: 22px;
}
.news-inner-list .text  .more .time{
    font-size:16px;
    color:#999;
    float: left;
    font-family: cll;
}
.news-inner-list .text  .more .kan{
    float: right;
    display: block;
    width: 109px;
    line-height: 34px;
    text-align:center;
    border-radius: 30px;
    border:1px solid #eee;
    font-size:14px;
    color:#666;
}
.news-inner-list:hover .text  .more .kan{
    color:#fff;
    background: #0055af;
    border:1px solid #0055af;
}
.news-detail-content-box{
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #eee;
}
.news-detail-content .news-detail-title {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
}
.news-detail-title .h3 {
    font-size: 20px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}
.news-detail-content .news-detail-title .b {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.news-detail-content .news-detail {
    padding: 0 12px 30px;
}
.news-detail-content .news-detail p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.news-detail-content .news-detail img{
    max-width: 100%;
    margin:1% auto;
    display: block;
}


.contact-title{
    font-size: 24px;
    font-weight: 700;
    color: #0055af;
    padding-left: 20px;
    list-style: none;
    line-height: 25px;
    border-left: 2px solid #053364;
    margin-bottom: 40px;
}
.contact-lianxi{
    width: 100%;
    height: 490px;
    margin-bottom: 4%;
}
.contact-lianxi-left{
    width: 34%;
    height: 100%;
    float: left;
}
.contact-lianxi-left-list{
    float: left;
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-align:center;
    background: #eee;
    padding: 0 15px;
}
.contact-lianxi-left-list:nth-child(2) ,.contact-lianxi-left-list:nth-child(3){
    background: #f6f6f6;
}
.contact-lianxi-left-list img{
    margin:0 auto;
    width: 40px;
}
.contact-lianxi-left-list .fir{
    font-weight: bold;
    font-size: 14px;
    color: #333;
    padding:10px 0;
}
.contact-lianxi-left-list .sec{
    font-size: 14px;
    line-height: 22px;
    color: #999;
}
.contact-lianxi-left-list .sec a{
    color: #999;
}
.contact-lianxi-right{
    float: right;
    width: 64.5%;
    height: 100%;
}
.contact-lianxi-right #ditu{
    width: 100%;
    height: 100%;
}

.key{
    font-weight: 700;
    text-align:center;
    color:#333;
    font-size:14px;
    margin-bottom: 30px;
}
.key span{
    color:#4c9417;
}

.company-inner-fir .imgbox{
    float: left;
    width: 400px;
    height: 495px;
}
.company-inner-fir .imgbox img{
    object-position: top right;
}
.company-inner-fir .text{
    width: 760px;
}
.company-inner-fir .text .fir{
    font-size:30px;
    color:#4c9417;
    font-weight: 700;
}
.company-inner-fir .text .line{
    width: 66px;
    height: 4px;
    background: #4c9417;
    margin:15px 0;
}
.company-inner-fir .text  .con{
    font-size:16px;
    color:#424242;
    line-height: 27px;
}
.company-inner-fir .text .item{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.company-inner-fir .text .item .list{
    width: 370px;
    height: 160px;
}
.company-inner-fir .text .item .list .imgbox{
    float: left;
    width: 229px;
    height: 100%;
}
.company-inner-fir .text .item .list .wenzi{
    float: right;
    width: 141px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4c9417;
}
.company-inner-fir .text .item .list .wenzi-inner{
    color:#fff;
    font-size:33px;
    font-family: ziti;
    padding:0 36px;
}
.company-inner .in_guang{
    background:#f4f4f4 url(../img/guangbg.png) no-repeat center;
}
.company-inner .in_jidi{
    background: #fff;
}
.company-inner .allpro .title{
    background: #f5f5f5;
}
.company-inner .allpro:hover .title{
    background: #4a9017;
}